home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / docs / Bugs.txt next >
Text File  |  2009-06-10  |  3KB  |  65 lines

  1. Bugs
  2. ====================================================================================================
  3.  
  4. GLOBAL
  5. 2. Put access keys on all menus
  6. -
  7. * Auto-scrolling is busted
  8.     
  9. THEME
  10. * Create mousedown version of Mac twisty - darker arrow
  11.  
  12. EDITOR
  13. * Context menu of inline editors obscured by firebug context menu
  14.  
  15. INSPECTOR
  16.  
  17. CONSOLE
  18. 1. Check blacklist to hide errors by domain (they show up in other tabs)
  19. 2. Context menu for events should include option to disable logging events for original target
  20.  
  21. HTML
  22. 1. Editing table nodes fails - need to create them using innerHTML inside of another table
  23. 2. Rows of really deeply nested HTML trees get cut off on the right side
  24. 2. Mutation events not applied to iframes sometimes, seems after page reload (test on Gwen)
  25.  
  26. CSS
  27. 1. Escape in big CSS editor doesn't revert values on refreshed view
  28. 1. Remove empty warning message when inserting first style rule
  29. * Shorthand rules don't get inheritance crossed out (margin -> margin-top)
  30.  
  31. DEBUGGER
  32. 1. Show error breakpoints as red dot next to line number with "e" glyph
  33. 1. Detection of when call stack goes to 0 doesn't always work (when caller is top-level script)
  34.     * See http://www.apple.com/pro/ getXML() to test
  35.     * OnScriptDestroyed is how we detect a top-level script has "returned"
  36. 3. Loading a "streaming" page locks up until the page loads
  37.     * Re-write script display to display streaming pages incrementally while they load
  38.  
  39. DOM
  40. 1. Disable and re-enable Firebug and DOM window winds up empty
  41. 2. Clicking built-in functions shouldn't take you to script tab (console builtin map)
  42. 2. Make list of read-only DOM properties and disallow editing them
  43. 2. Editing prototype of DOM function prototypes causes weird things to happen
  44. 3. Make inline editor cover only the property value, with shadow and all
  45.  
  46. SPY
  47.  
  48. NET
  49. * Show time from start of request until first byte comes in
  50. 1. Net caching not always accurately reported
  51. 1. Option to copy post variables as a GET concatenated string
  52. 1. Sometimes post and response text don't show for XHRs, but they do show in Console
  53. 1. Switching file filters should hide expanded tabs as well
  54. 1. Document load is once again showing up early in the previous page
  55.     * Real problem is that time spent before page switch is subtracted
  56. * Indicate gzippedness somehow
  57.  
  58. PERF/STABILITY
  59. 1. Logged events crashing, must not be throwing away the original event as intended
  60. 1. Don't forget to uninitialize infotip on browsers on disabling and on shutdown
  61. 1. Don't store pointer to debugger in monitor()
  62. -
  63. * bind is REALLY slow - replace with faster, less flexible version (esp. in domplates)
  64. * Getting long watch lists seems to be slow - benchmark time vs. for loop
  65.